home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0102-Printing in MacApp -Oct89 < prev    next >
Encoding:
Text File  |  1989-10-17  |  1.3 KB  |  37 lines  |  [TEXT/GEOL]

  1. Item    9263565                         16-Oct-89        20:42
  2.  
  3. From:   D2458                           Tactics Int'l, David Shillito,PRT
  4.  
  5. To:     MACDTS                          Macintosh Developer Tech. Supt.
  6.  
  7. cc:     MACAPP.TECH$                    MACAPP Tech
  8.  
  9. Sub:    Printing in MacApp (more)
  10.  
  11. To:     MACDTS - Rich Collyer
  12. From:   D2458 - David Shillito
  13.  
  14. Subject:    Printing thin lines
  15. Date:       16th October 1989
  16.  
  17. If I understand you correctly you are saying that (with the exception of
  18. Postscript devices where one can use PictComments to output a setlinewidth
  19. command) one must use bit maps to achieve 1 pixel wide lines on hi-res devices.
  20.  
  21.  
  22. If this is the case I can see the following drawbacks with this approach for
  23. the HP Paintjet:
  24.  
  25. 1. Increased complexity - overriding the Standard Print Handler is something I
  26. would rather avoid.
  27. 2. Huge memory requirement for the bit map.
  28. 3. All dithering to produce simulated 256 or more colors from the 4 inkjet
  29. colors would be done by me? or Quickdraw? instead of by the Painjet driver.
  30. 4. The same would apply to the font substitution that that driver can apply.
  31.  
  32. It seems that I have not flushed out anyone at Apple or MADA who has actually
  33. implemented a solution to this problem. Everyone else has just read the tech
  34. notes and the description of FracApp300.
  35.  
  36.  
  37.